vendor/golang.org/x/net/idna.options.verifyDNSLength (field)
9 uses
	vendor/golang.org/x/net/idna (current package)
		idna10.0.0.go#L72: 	return func(o *options) { o.verifyDNSLength = verify }
		idna10.0.0.go#L182: 	verifyDNSLength   bool
		idna10.0.0.go#L260: 	if p.verifyDNSLength {
		idna10.0.0.go#L306: 		verifyDNSLength: true,
		idna10.0.0.go#L350: 	if err == nil && p.verifyDNSLength && s == "" {
		idna10.0.0.go#L359: 			if err == nil && p.verifyDNSLength {
		idna10.0.0.go#L408: 			if p.verifyDNSLength && err == nil && (n == 0 || n > 63) {
		idna10.0.0.go#L414: 	if toASCII && p.verifyDNSLength && err == nil {
		idna10.0.0.go#L711: 		if p.verifyDNSLength {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |